Information about plays

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

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

{
    "id": 530794,
    "uri": "https://api.kexp.org/v2/plays/530794/?format=api",
    "airdate": "2002-03-25T00:00:12-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eb45uGlnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eb45uGlnL._SL75_.jpg",
    "song": "Amazing Grace",
    "track_id": "60ea1299-3808-418c-accb-238b8b7db528",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Amazing Grace (disc 1)",
    "release_id": "1dcb3142-8b1f-40a7-9c56-4edee89366cb",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}