Information about plays

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

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

{
    "id": 1278381,
    "uri": "https://api.kexp.org/v2/plays/1278381/?format=api",
    "airdate": "2007-09-12T17:25:05-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "P. Katherine (Snack & C'Mish remix)",
    "track_id": "81fddb63-f1d7-4049-80d3-57a5cfcae8a5",
    "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"
}