Information about plays

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

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

{
    "id": 513678,
    "uri": "https://api.kexp.org/v2/plays/513678/?format=api",
    "airdate": "2002-02-03T00:01:00-08:00",
    "show": 8856,
    "show_uri": "https://api.kexp.org/v2/shows/8856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Charlie Brown",
    "track_id": "88f47e1a-22b0-4df1-b172-662bea237819",
    "recording_id": null,
    "artist": "The Coasters",
    "artist_ids": [
        "c174f353-4666-4dfb-af54-5cc70b8afd55"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of '50s Rock (disc 4)",
    "release_id": "83e45a4c-6999-4a11-9be8-cc09b3e1e713",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}