Information about plays

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

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

{
    "id": 530848,
    "uri": "https://api.kexp.org/v2/plays/530848/?format=api",
    "airdate": "2002-03-25T03:06:44-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411031J3Z9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411031J3Z9L._SL75_.jpg",
    "song": "Lonesome Train (On a Lonesome Track)",
    "track_id": "e10f6fcf-28b6-48c4-b59f-132ffd61f5fa",
    "recording_id": null,
    "artist": "The Johnny Burnette Trio",
    "artist_ids": [
        "e4608f95-9f70-46bf-8c49-edababe2f961"
    ],
    "album": "Rockbilly Boogie",
    "release_id": "39343626-6dbf-4d9f-b8b6-413e544ea276",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}