Information about plays

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

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

{
    "id": 1313706,
    "uri": "https://api.kexp.org/v2/plays/1313706/?format=api",
    "airdate": "2007-12-13T12:51:00-08:00",
    "show": 22975,
    "show_uri": "https://api.kexp.org/v2/shows/22975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Smell Trouble",
    "track_id": "32088de7-8d1d-4e2b-85dd-791c9a591846",
    "recording_id": null,
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "Rock Me Baby",
    "release_id": "c9fe3b1d-5d31-4dab-a175-b517cc26f2ee",
    "release_group_id": null,
    "labels": [
        "Topline Records"
    ],
    "label_ids": [
        "d9db728b-3ae1-41f3-a12c-0e5f78c91203"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}