Information about plays

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

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

{
    "id": 352745,
    "uri": "https://api.kexp.org/v2/plays/352745/?format=api",
    "airdate": "2019-07-10T22:49:51-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "http://coverartarchive.org/release/48dc6cf4-ca68-44d6-907d-6e729f93fc96/16394620173-250.jpg",
    "thumbnail_uri": "",
    "song": "Time on Her Side",
    "track_id": "b3267075-2423-41bf-8bfc-4a0ebbe2132f",
    "recording_id": null,
    "artist": "Future Islands",
    "artist_ids": [
        "74963434-dcb6-4b14-98cc-99873b06db66"
    ],
    "album": "The Far Field",
    "release_id": "48dc6cf4-ca68-44d6-907d-6e729f93fc96",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2017-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}