Information about plays

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

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

{
    "id": 379751,
    "uri": "https://api.kexp.org/v2/plays/379751/?format=api",
    "airdate": "2019-09-12T00:10:04-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strange to Be Here",
    "track_id": "9086b792-1e95-393d-aedb-2fdb2fd2f6f9",
    "recording_id": null,
    "artist": "The Mad Scene",
    "artist_ids": [
        "cde45445-faac-47ce-80f0-c575ae1369b6"
    ],
    "album": "Sealight",
    "release_id": "21f9bb30-c21f-4134-9354-97e422dab07f",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}