Information about plays

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

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

{
    "id": 463627,
    "uri": "https://api.kexp.org/v2/plays/463627/?format=api",
    "airdate": "2001-09-06T23:08:34-07:00",
    "show": 7873,
    "show_uri": "https://api.kexp.org/v2/shows/7873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rag Piloo",
    "track_id": "d9dc32ee-b4d6-4847-9c1e-c48383199e0a",
    "recording_id": null,
    "artist": "Shivkumar Sharma, Brijbhushan Kabra & Hariprasad Chaurasia",
    "artist_ids": [
        "c6b9b59b-c6c9-422e-afb9-dec75bcd6492"
    ],
    "album": "Call of the Valley",
    "release_id": "b655a0ce-c3c1-4261-b12d-3bb15ab226cb",
    "release_group_id": null,
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "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"
}