Information about plays

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

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

{
    "id": 452276,
    "uri": "https://api.kexp.org/v2/plays/452276/?format=api",
    "airdate": "2001-08-04T21:27:41-07:00",
    "show": 7651,
    "show_uri": "https://api.kexp.org/v2/shows/7651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oochie Coochie",
    "track_id": "6fcab5b9-41af-45b3-be30-94cb4220d3d1",
    "recording_id": null,
    "artist": "Phantom Slasher",
    "artist_ids": [
        "1eccbfa8-0703-4286-a639-e7591eb449f2"
    ],
    "album": "Puddle & Spout",
    "release_id": "3e1fd2c3-7601-483d-a6bc-78701a3dbc8c",
    "release_group_id": null,
    "labels": [
        "Noid Recordings"
    ],
    "label_ids": [
        "a79fa7e5-2dd4-4433-8af5-e8b6a9f07bd6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}