Information about plays

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

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

{
    "id": 342538,
    "uri": "https://api.kexp.org/v2/plays/342538/?format=api",
    "airdate": "2019-06-17T11:10:36-07:00",
    "show": 5713,
    "show_uri": "https://api.kexp.org/v2/shows/5713/?format=api",
    "image_uri": "http://coverartarchive.org/release/ccef011d-a649-45bc-afcb-1e625a368272/23105044265-250.jpg",
    "thumbnail_uri": "",
    "song": "ZORA",
    "track_id": "24ea3623-6d04-46ac-a74b-edc51d50bbc3",
    "recording_id": null,
    "artist": "Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "ZORA",
    "release_id": "ccef011d-a649-45bc-afcb-1e625a368272",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-02-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile Wednesday, June 26. This was KEXP's Song of the Day a few months back. Learn more about the artist and download any KEXP Song of the Day for FREE: https://www.kexp.org/podcasts/song-of-the-day/2019/4/15/jamila-woods-zora/?t=1560795121619.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}