Information about plays

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

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

{
    "id": 1339181,
    "uri": "https://api.kexp.org/v2/plays/1339181/?format=api",
    "airdate": "2008-02-15T18:05:46-08:00",
    "show": 23398,
    "show_uri": "https://api.kexp.org/v2/shows/23398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathless",
    "track_id": "35d6bb28-9f26-4dcb-a4fe-7166e6377260",
    "recording_id": null,
    "artist": "Jerry Lee Lewis",
    "artist_ids": [
        "b59ac58d-036e-4bba-8112-c32a34c4575b"
    ],
    "album": "Jerry Lee Lewis Sings the Rock 'n' Roll Classics",
    "release_id": "a4874e3c-3208-40af-88b5-2ad776058e93",
    "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"
}