Information about plays

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

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

{
    "id": 419325,
    "uri": "https://api.kexp.org/v2/plays/419325/?format=api",
    "airdate": "2001-04-29T04:35:00-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61q%2BvYe7-7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61q%2BvYe7-7L._SL75_.jpg",
    "song": "Elevate My Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Supernatural",
    "release_id": "dc14c34a-fbe5-40bd-8a7f-a228263485c4",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}