Information about plays

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

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

{
    "id": 421377,
    "uri": "https://api.kexp.org/v2/plays/421377/?format=api",
    "airdate": "2001-05-05T02:54:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314QHN76SVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314QHN76SVL._SL75_.jpg",
    "song": "Hymm",
    "track_id": "84b116e5-8ff6-4a3c-984b-588facb68ccc",
    "recording_id": null,
    "artist": "Instrumental",
    "artist_ids": [
        "d96987ab-86b8-46eb-8d5e-02b3e3da481a"
    ],
    "album": "Acoustek",
    "release_id": "8925531a-6f48-487d-b593-caa9508bb380",
    "release_group_id": null,
    "labels": [
        "Big Chill Recordings"
    ],
    "label_ids": [
        "9b846b0b-f87e-4380-99c6-2e95ecb3c358"
    ],
    "release_date": "1999-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}