Information about plays

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

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

{
    "id": 347907,
    "uri": "https://api.kexp.org/v2/plays/347907/?format=api",
    "airdate": "2019-06-29T17:22:00-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brighton Rock",
    "track_id": "306c6884-4b35-3426-af9c-d1117d751cf9",
    "recording_id": null,
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Sheer Heart Attack",
    "release_id": "1ba416bb-f278-3220-b354-f6c761dc338f",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check this video of \"Brighton Rock\" being performed live in 1977: https://www.youtube.com/watch?v=1At4EROSF00",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}