Information about plays

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

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

{
    "id": 415759,
    "uri": "https://api.kexp.org/v2/plays/415759/?format=api",
    "airdate": "2001-04-17T15:03:45-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515nEv1TcZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515nEv1TcZL._SL75_.jpg",
    "song": "Public Places",
    "track_id": "beb622ae-12d7-4ea5-842e-471639a2bf44",
    "recording_id": null,
    "artist": "Russell Simins",
    "artist_ids": [
        "f20a46bf-6f35-4bce-9fbb-b19de6fc3c0b"
    ],
    "album": "Public Places",
    "release_id": "3b64d6ae-59f1-4139-8e6d-dc2081145be1",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "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"
}