Information about plays

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

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

{
    "id": 1264156,
    "uri": "https://api.kexp.org/v2/plays/1264156/?format=api",
    "airdate": "2007-08-07T18:56:47-07:00",
    "show": 22137,
    "show_uri": "https://api.kexp.org/v2/shows/22137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karma Hunters (remix by Mexican Institute of Sound)",
    "track_id": "b7c93200-1516-4215-b39c-6cf5e1a0a86a",
    "recording_id": null,
    "artist": "The Pinker Tones",
    "artist_ids": [
        "0b2e9bf1-a93d-4c6a-90c4-396d61706fd3"
    ],
    "album": "More Colours!: The Million Colour Revolution Revisited Twice (disc 1)",
    "release_id": "f7da0e6f-7a2e-4e1f-a77c-4dcb34e2a243",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "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"
}