Information about plays

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

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

{
    "id": 377437,
    "uri": "https://api.kexp.org/v2/plays/377437/?format=api",
    "airdate": "2019-09-06T10:47:30-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Eyes on You",
    "track_id": "f28b2fb1-7844-4e58-b7da-50232c7b3188",
    "recording_id": null,
    "artist": "Active Child",
    "artist_ids": [
        "979437d4-9514-4078-89cd-0b87907ddf86"
    ],
    "album": "All Eyes on You",
    "release_id": "75ce49cb-4e50-4900-9184-369f8a419ab2",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Active Child is the project of New Jersey-born musician Pat Grossi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}