Information about plays

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

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

{
    "id": 371878,
    "uri": "https://api.kexp.org/v2/plays/371878/?format=api",
    "airdate": "2019-08-24T21:02:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big A, Little A",
    "track_id": "72cd5d1f-928f-37e7-afc1-b72115940a46",
    "recording_id": null,
    "artist": "Crass",
    "artist_ids": [
        "c7437df4-6fac-4c89-99ae-f8640f268222"
    ],
    "album": "Best Before... 1984",
    "release_id": "6ce0221b-a2c1-4cdf-a4a3-6fc362e77004",
    "release_group_id": null,
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}