Information about plays

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

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

{
    "id": 373969,
    "uri": "https://api.kexp.org/v2/plays/373969/?format=api",
    "airdate": "2019-08-29T12:25:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "3 Strange Days",
    "track_id": null,
    "recording_id": null,
    "artist": "School of Fish",
    "artist_ids": [
        "d2f154ea-ca3b-4cd6-9e8a-e69da6ae83f3"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Dan's \"About a Boy\" mix. Dan says when he first started listening to KEXP in the early 2000s, \"I could only stream KEXP on my computer, so I hated leaving my desk for risk of missing a great song. That, and perhaps more importantly the physical and emotional comfort I feel listening to KEXP through thick, padded headphones to music I love played and discussed by real humans with empathy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}