Information about plays

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

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

{
    "id": 377147,
    "uri": "https://api.kexp.org/v2/plays/377147/?format=api",
    "airdate": "2019-09-05T18:22:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just a Little Lovin'",
    "track_id": "c95270f9-2238-3768-a015-d8bee4fe8609",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Dev'lish Mary",
    "release_id": "42c81f9b-72d1-4f8f-81cd-69737c99c1b9",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2000-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tues. Sept. 24th & Wed. Sept. 25th at Jazz Alley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}