Information about plays

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

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

{
    "id": 483322,
    "uri": "https://api.kexp.org/v2/plays/483322/?format=api",
    "airdate": "2001-11-03T21:32:00-08:00",
    "show": 8254,
    "show_uri": "https://api.kexp.org/v2/shows/8254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motherload",
    "track_id": "1c08816a-ee37-4ef9-b9b3-ce4d88790dd1",
    "recording_id": null,
    "artist": "Antenna",
    "artist_ids": [
        "44e47410-dbe7-4a42-8fcc-f7cd382afaee"
    ],
    "album": "Going Out",
    "release_id": "f5a855d3-d751-493e-a4a9-1a6f67a2c9a1",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2001-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}