Information about plays

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

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

{
    "id": 2677646,
    "uri": "https://api.kexp.org/v2/plays/2677646/?format=api",
    "airdate": "2019-12-24T19:11:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oyá",
    "track_id": "b0adb0dd-a481-401a-a029-12f0880a084e",
    "recording_id": null,
    "artist": "Daymé Arocena",
    "artist_ids": [
        "91eb6b60-7dc8-409e-821d-d7d32e633bb0"
    ],
    "album": "Sonocardiogram",
    "release_id": "b33c17cb-dc92-4a17-8a58-66c561416f36",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK. The new album from Dayme Arocena is a vivid return to her Havana roots. Backed once again by a killer band of fellow Cuban musicians, the visionary singer, composer and songwriter has stripped everything back to the core. Daymé produced the record herself, taking the reins to make “Sonocardiogram” her most raw and arresting outing yet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}