Information about plays

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

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

{
    "id": 501922,
    "uri": "https://api.kexp.org/v2/plays/501922/?format=api",
    "airdate": "2001-12-30T10:32:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tired of Being Alone",
    "track_id": "e11ad879-3e6a-488f-a615-49136b4e488e",
    "recording_id": null,
    "artist": "Rory Block",
    "artist_ids": [
        "1e9aa4bd-9689-4535-9665-7f661d63d1c8"
    ],
    "album": "I'm Every Woman",
    "release_id": "a2bf47a7-15fd-45a4-852b-36b6a67ac1f3",
    "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"
}