Information about plays

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

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

{
    "id": 374009,
    "uri": "https://api.kexp.org/v2/plays/374009/?format=api",
    "airdate": "2019-08-29T14:23:42-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Be Your Dog",
    "track_id": "1dbd23a7-40af-3126-bd45-7192f0762ef3",
    "recording_id": null,
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "89/93: An Anthology",
    "release_id": "9cdb6629-98b6-3ebb-b2a9-ac1192f81641",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2002-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More from Jaime's Love and Loss mixtape 'The rise and fall and rise and fall and.....'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}