Information about plays

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

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

{
    "id": 377152,
    "uri": "https://api.kexp.org/v2/plays/377152/?format=api",
    "airdate": "2019-09-05T18:35:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Squire",
    "track_id": "6b385a51-a6c3-47dd-ad3e-0783d06ad81d",
    "recording_id": null,
    "artist": "Tyler Childers",
    "artist_ids": [
        "9947e874-ddd0-4e1a-b0d4-a76f6532fe45"
    ],
    "album": "Country Squire",
    "release_id": "06da2eae-3e9b-41d7-863c-9185f97085af",
    "release_group_id": null,
    "labels": [
        "Hickman Holler Records"
    ],
    "label_ids": [
        "8a1eaa95-8af3-4f27-ac24-08fa3ce9c488"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri. Oct. 25th at the Paramount with Courtney Marie Andrews opening the show",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}