Information about plays

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

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

{
    "id": 505849,
    "uri": "https://api.kexp.org/v2/plays/505849/?format=api",
    "airdate": "2002-01-10T23:25:00-08:00",
    "show": 8699,
    "show_uri": "https://api.kexp.org/v2/shows/8699/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harmonium: I. Negative Love",
    "track_id": "2e28543d-3c10-4ea8-aff0-8952d2052c55",
    "recording_id": null,
    "artist": "John Adams",
    "artist_ids": [
        "94f46f90-f220-458d-acd6-5f14c55ab9b2"
    ],
    "album": "Harmonium / The Klinghoffer Choruses",
    "release_id": "8dbe3259-5da2-4f03-8799-d66c6a31f233",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "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"
}