Information about plays

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

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

{
    "id": 1265450,
    "uri": "https://api.kexp.org/v2/plays/1265450/?format=api",
    "airdate": "2007-08-10T20:55:00-07:00",
    "show": 22155,
    "show_uri": "https://api.kexp.org/v2/shows/22155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catalina",
    "track_id": "8444a764-584a-4422-96f7-e17b559ec3e7",
    "recording_id": null,
    "artist": "Jon and The Nightriders",
    "artist_ids": [
        "c1d26778-5de8-4743-89b1-7e54ee9e9b1e"
    ],
    "album": "Neo Rockabilly Story, Part 1",
    "release_id": "09c00efc-c302-4aa9-9af9-73df38b44e54",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}