Information about plays

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

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

{
    "id": 351584,
    "uri": "https://api.kexp.org/v2/plays/351584/?format=api",
    "airdate": "2019-07-08T05:54:32-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6335672-c521-4129-86c3-490d20533e08/7204257757-250.jpg",
    "thumbnail_uri": "",
    "song": "The Big Sky",
    "track_id": "3d9b9125-12bd-3b76-9254-50945834d1e8",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}