Information about plays

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

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

{
    "id": 1213505,
    "uri": "https://api.kexp.org/v2/plays/1213505/?format=api",
    "airdate": "2007-03-30T20:18:27-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As Long As",
    "track_id": "65575ff4-e59c-48a8-873d-0cf5047e4f41",
    "recording_id": null,
    "artist": "Shakin' Stevens",
    "artist_ids": [
        "e0195400-ad63-4a21-8d56-9a96647cb24e"
    ],
    "album": "The Bop Won't Stop",
    "release_id": "acccb89e-f815-467f-ba00-efc4b6f51aa6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}