Information about plays

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

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

{
    "id": 417171,
    "uri": "https://api.kexp.org/v2/plays/417171/?format=api",
    "airdate": "2001-04-22T15:42:51-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/119BAZ41HZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/119BAZ41HZL._SL75_.jpg",
    "song": "Sunflower",
    "track_id": "39eb6ab5-e2f1-4598-915f-74a6f122ff8b",
    "recording_id": null,
    "artist": "Hush Harbor",
    "artist_ids": [
        "72671814-e590-4ed1-8850-8dede298e877"
    ],
    "album": "Hush Harbor",
    "release_id": "3b3d8276-0200-4a58-9fb4-aceb92e31b84",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}