Information about plays

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

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

{
    "id": 375587,
    "uri": "https://api.kexp.org/v2/plays/375587/?format=api",
    "airdate": "2019-09-02T10:54:17-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/24f52930-c7b3-4f5f-8d88-a086fc16bfcb/2200357061-250.jpg",
    "thumbnail_uri": "",
    "song": "Hold On, Hold On",
    "track_id": "20edd1e1-4caf-39cc-a0f8-231f47564575",
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Fox Confessor Brings the Flood",
    "release_id": "24f52930-c7b3-4f5f-8d88-a086fc16bfcb",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-03-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Neko Case - Full Performance (Live on KEXP): https://bit.ly/2sRvxsu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}