Information about plays

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

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

{
    "id": 1376089,
    "uri": "https://api.kexp.org/v2/plays/1376089/?format=api",
    "airdate": "2008-05-19T18:20:00-07:00",
    "show": 24020,
    "show_uri": "https://api.kexp.org/v2/shows/24020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Mother",
    "track_id": "2a04f4ec-d49e-4a58-97c0-24926f4eb026",
    "recording_id": null,
    "artist": "Prince Nico Mbarga & Rocafil Jazz",
    "artist_ids": [
        "edd7a2ad-f982-4a9f-9195-6ecaa3044074"
    ],
    "album": "Sweet Mother",
    "release_id": "1ba7fb9f-fc3e-4263-8345-cd76993f98c0",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}