Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2682143/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2682143,
    "uri": "https://api.kexp.org/v2/plays/2682143/?format=api",
    "airdate": "2020-01-04T19:01:03-08:00",
    "show": 46292,
    "show_uri": "https://api.kexp.org/v2/shows/46292/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba0a5ae3-f13d-4438-801b-f4ec413cc927/3993033592-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Hole Sun",
    "track_id": "15079b50-df9c-335e-b87b-2c50ff21b172",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "A-Sides",
    "release_id": "ba0a5ae3-f13d-4438-801b-f4ec413cc927",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1997-11-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}