Information about plays

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

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

{
    "id": 472462,
    "uri": "https://api.kexp.org/v2/plays/472462/?format=api",
    "airdate": "2001-10-03T08:35:17-07:00",
    "show": 8047,
    "show_uri": "https://api.kexp.org/v2/shows/8047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mamma I'm a Communist",
    "track_id": null,
    "recording_id": null,
    "artist": "Tothe International",
    "artist_ids": [
        "a6e16f2d-a0e0-4326-9a9e-2a6354224e67"
    ],
    "album": "Steak",
    "release_id": "40682939-5a22-4c49-8579-10cb859e6c4d",
    "release_group_id": null,
    "labels": [
        "Crunchy Frog Recordings"
    ],
    "label_ids": [
        "ba03df8d-4b8d-4bef-bb32-9ada7f9c89c6"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}