Information about plays

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

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

{
    "id": 378555,
    "uri": "https://api.kexp.org/v2/plays/378555/?format=api",
    "airdate": "2019-09-09T02:16:16-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "push pull",
    "track_id": "cb755752-2711-4f2a-b3c8-8bec9a768d0e",
    "recording_id": null,
    "artist": "Purity Ring",
    "artist_ids": [
        "fdb53441-e5e6-4657-9aad-8dab672e1cdc"
    ],
    "album": "Another Eternity",
    "release_id": "ecfd3da6-2665-4e5c-8686-99cbc1a13a9e",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}