Information about plays

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

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

{
    "id": 500615,
    "uri": "https://api.kexp.org/v2/plays/500615/?format=api",
    "airdate": "2001-12-26T13:21:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Lounge",
    "track_id": "00df8070-9278-4f08-92c2-7075770b9cb0",
    "recording_id": null,
    "artist": "Wayne Horvitz",
    "artist_ids": [
        "1c91fc05-2a4e-4ac9-a54f-a3cd17ab0b5d"
    ],
    "album": "Sweeter Than The Day",
    "release_id": "6841919d-3241-449a-bccf-c113a62dd830",
    "release_group_id": null,
    "labels": [
        "Songlines"
    ],
    "label_ids": [
        "41f10f84-2716-44d2-83e2-b3657aafe462"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}