Information about plays

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

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

{
    "id": 1316743,
    "uri": "https://api.kexp.org/v2/plays/1316743/?format=api",
    "airdate": "2007-12-21T04:19:23-08:00",
    "show": 23024,
    "show_uri": "https://api.kexp.org/v2/shows/23024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Obstacle 1",
    "track_id": "95cbe0bf-8521-4d87-bd3a-5159d0db1fdc",
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}