Information about plays

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

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

{
    "id": 349934,
    "uri": "https://api.kexp.org/v2/plays/349934/?format=api",
    "airdate": "2019-07-04T06:48:08-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ae257f2-7805-49a9-8247-31297775f15a/10077873297-250.jpg",
    "thumbnail_uri": "",
    "song": "Every Other Freckle",
    "track_id": "8e770442-0140-4969-a551-f80e8e54a542",
    "recording_id": null,
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "This Is All Yours",
    "release_id": "2ae257f2-7805-49a9-8247-31297775f15a",
    "release_group_id": null,
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Alt-J performing this song live for us at the KEXP studios in 2014 here: https://www.youtube.com/watch?v=9fhTmWX5J0g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}