Information about plays

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

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

{
    "id": 376914,
    "uri": "https://api.kexp.org/v2/plays/376914/?format=api",
    "airdate": "2019-09-05T07:22:01-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glory Bound",
    "track_id": "8e3f0a1e-5e04-3f5a-8b77-a33b13b7bfcf",
    "recording_id": null,
    "artist": "Pigeonhed",
    "artist_ids": [
        "fb79f6c3-1dfc-43d5-8598-2f0a5a0ebaec"
    ],
    "album": "The Full Sentence",
    "release_id": "d88111c6-948a-4603-809c-659f5f9056e2",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1997-01-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of many projects for local artist Shawn Smith, who passed away on April 3rd of this year. His band Pigeonhed released two full length albums, 'The Full Sentence' is their second.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}