Information about plays

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

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

{
    "id": 2670924,
    "uri": "https://api.kexp.org/v2/plays/2670924/?format=api",
    "airdate": "2019-12-09T09:37:23-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a587deb-f753-4c34-b19b-b5eac2a18283/22167157978-250.jpg",
    "thumbnail_uri": "",
    "song": "Bye Bye Bird",
    "track_id": "aa636c64-d5a3-4a3d-95ff-047a8db2ec6e",
    "recording_id": null,
    "artist": "Film School",
    "artist_ids": [
        "9499a0a3-61af-41a3-bbdf-9fdfda142778"
    ],
    "album": "Bright to Death",
    "release_id": "5a587deb-f753-4c34-b19b-b5eac2a18283",
    "release_group_id": null,
    "labels": [
        "Cobraside"
    ],
    "label_ids": [
        "2d430eac-adf6-4373-b7d6-541a1e69c6d8"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}