Information about plays

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

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

{
    "id": 533614,
    "uri": "https://api.kexp.org/v2/plays/533614/?format=api",
    "airdate": "2002-04-01T18:59:26-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sala Alla 'Alik Dima Dima",
    "track_id": "2dfb0788-8ed9-41a7-8d84-f68931e4f337",
    "recording_id": null,
    "artist": "Hassan Hakmoun",
    "artist_ids": [
        "3d3fdc17-ba59-4ba0-a326-a7803e65d4fc"
    ],
    "album": "The Fire Within: Gnawa Music of Morocco",
    "release_id": "cea81848-1c9d-4d9c-99c8-a1fc6572eccb",
    "release_group_id": null,
    "labels": [
        "music of the world"
    ],
    "label_ids": [
        "fc5b706e-de11-4f9b-b79b-a7400a951c02"
    ],
    "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"
}