Information about plays

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

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

{
    "id": 1353145,
    "uri": "https://api.kexp.org/v2/plays/1353145/?format=api",
    "airdate": "2008-03-22T23:51:00-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frat Boys",
    "track_id": "5e074eec-dc11-4553-a263-e38844dff208",
    "recording_id": null,
    "artist": "Tear It Up",
    "artist_ids": [
        "7462b9ba-494a-4896-9518-36312b3a6967"
    ],
    "album": "Nothing to Nothing",
    "release_id": "931b9189-66c7-4e73-b03b-3393092fc83e",
    "release_group_id": null,
    "labels": [
        "deadalive"
    ],
    "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"
}