Information about plays

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

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

{
    "id": 374649,
    "uri": "https://api.kexp.org/v2/plays/374649/?format=api",
    "airdate": "2019-08-30T22:39:44-07:00",
    "show": 6233,
    "show_uri": "https://api.kexp.org/v2/shows/6233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1. Song 32",
    "track_id": "2e2e6e74-9048-455e-b338-b10a5e9c541c",
    "recording_id": null,
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Song 32",
    "release_id": "4b2b9298-3a23-4d86-bc9c-da09f326de2a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}