Information about plays

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

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

{
    "id": 366105,
    "uri": "https://api.kexp.org/v2/plays/366105/?format=api",
    "airdate": "2019-08-11T18:50:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Close",
    "track_id": "c8a79ceb-3d76-45cb-8f56-267708293017",
    "recording_id": null,
    "artist": "The Sylvers",
    "artist_ids": [
        "70d1c02b-7349-4555-a9fc-9e85e4eaca49"
    ],
    "album": "The Sylvers",
    "release_id": "d3657076-6fdd-4d11-9e88-8a794eded1fd",
    "release_group_id": null,
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "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"
}