Information about plays

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

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

{
    "id": 421361,
    "uri": "https://api.kexp.org/v2/plays/421361/?format=api",
    "airdate": "2001-05-05T01:25: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/41Z617F0YXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z617F0YXL._SL75_.jpg",
    "song": "Annihilation",
    "track_id": "12105536-7e0d-4f58-8e99-d4513cd80dc0",
    "recording_id": null,
    "artist": "Klute",
    "artist_ids": [
        "770ccf83-47ce-4fa1-83ec-d8fc24269784"
    ],
    "album": "Casual Bodies (bonus disc)",
    "release_id": "59f6e510-3fda-444f-93f8-0f393d0aca7f",
    "release_group_id": null,
    "labels": [
        "Smile"
    ],
    "label_ids": [],
    "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"
}