Information about plays

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

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

{
    "id": 344706,
    "uri": "https://api.kexp.org/v2/plays/344706/?format=api",
    "airdate": "2019-06-22T12:02:00-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready Or Not",
    "track_id": "69a8873c-debb-4f4f-8d38-8f4778cf9580",
    "recording_id": null,
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "c4cf6e50-921b-446a-bc34-57ab6a64156b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1996-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the 12 O'Clock Variety Mix with you host DJ Morgan! Starting off the set with a classic Columbia record 'The Score' by the Fugees.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}