Information about plays

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

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

{
    "id": 1308238,
    "uri": "https://api.kexp.org/v2/plays/1308238/?format=api",
    "airdate": "2007-11-29T15:19:17-08:00",
    "show": 22883,
    "show_uri": "https://api.kexp.org/v2/shows/22883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Irene",
    "track_id": "ef9da81c-c45c-4c9c-b179-b98e3ec34938",
    "recording_id": null,
    "artist": "Adam Kesher",
    "artist_ids": [
        "64525144-40a9-4acd-af79-a77288f2b3a7"
    ],
    "album": "An Allegory of Chastity",
    "release_id": "f4acb660-c91c-4d2f-a4b4-e46d841f23a4",
    "release_group_id": null,
    "labels": [
        "Disque Primeur"
    ],
    "label_ids": [
        "41a69750-410e-4c91-a308-ea3cf4e3ee56"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}