Information about plays

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

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

{
    "id": 530338,
    "uri": "https://api.kexp.org/v2/plays/530338/?format=api",
    "airdate": "2002-03-23T12:17:29-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Wdv77OkxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Wdv77OkxL._SL75_.jpg",
    "song": "Mayfly",
    "track_id": "e2588984-fab7-4d1a-a462-1242b4b6f25f",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "If You’re Feeling Sinister",
    "release_id": "e16702f2-bd3c-4958-948d-90deeabf7bc9",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}