Information about plays

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

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

{
    "id": 379074,
    "uri": "https://api.kexp.org/v2/plays/379074/?format=api",
    "airdate": "2019-09-10T10:05:29-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is",
    "track_id": "d6b98a8e-16a9-475a-b5d7-5986e35c2315",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Sincerely",
    "release_id": "92da9289-909c-48f8-baa8-6a28514086f0",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist and lead vocalist Peter Richards wanted \"Sincerely\" to act as a reminder that no one should go through isolation, anxiety, and depression alone. This local band will perform at The Crocodile on Monday, October 7th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}