Information about plays

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

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

{
    "id": 379403,
    "uri": "https://api.kexp.org/v2/plays/379403/?format=api",
    "airdate": "2019-09-11T03:48:18-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad In The Sun",
    "track_id": "53f6d866-0398-4555-8298-3d675239f8e5",
    "recording_id": null,
    "artist": "Water From Your Eyes",
    "artist_ids": [
        "09f91305-e193-48af-92e3-252b3dd5e718"
    ],
    "album": "Somebody Else's Song",
    "release_id": "832adc1b-2020-4125-9a27-441c2630e803",
    "release_group_id": null,
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://waterfromyoureyes.bandcamp.com/track/bad-in-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}