Information about plays

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

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

{
    "id": 1318470,
    "uri": "https://api.kexp.org/v2/plays/1318470/?format=api",
    "airdate": "2007-12-25T16:24:28-08:00",
    "show": 23055,
    "show_uri": "https://api.kexp.org/v2/shows/23055/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want For Christmas Is My Two Front Teeth",
    "track_id": null,
    "recording_id": null,
    "artist": "Dread Zeppelin",
    "artist_ids": [
        "74e2c381-7a79-4c21-8738-20da383e14d2"
    ],
    "album": "(V/A) Just In Time For Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "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"
}