Information about plays

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

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

{
    "id": 349477,
    "uri": "https://api.kexp.org/v2/plays/349477/?format=api",
    "airdate": "2019-07-03T06:52:20-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/e457cc46-ea27-4bc6-8df9-48d13d945827/20951682912-250.jpg",
    "thumbnail_uri": "",
    "song": "I Need a Dollar",
    "track_id": "29285a4f-0123-4bb4-9244-f32b88370392",
    "recording_id": null,
    "artist": "Aloe Blacc",
    "artist_ids": [
        "4bf89e02-6c30-4603-9f6a-52619b1bea1a"
    ],
    "album": "Good Things",
    "release_id": "e457cc46-ea27-4bc6-8df9-48d13d945827",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aloe Blacc will be performing at The Evergreen State Fairgrounds on Friday, August 30th! https://aloeblacc.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}