Information about plays

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

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

{
    "id": 414923,
    "uri": "https://api.kexp.org/v2/plays/414923/?format=api",
    "airdate": "2001-04-13T08:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VGVKSNSKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VGVKSNSKL._SL75_.jpg",
    "song": "Trouble & Luck",
    "track_id": "d57208fb-6cc0-4a4b-9022-e021b85ed814",
    "recording_id": null,
    "artist": "Spring Heel Jack",
    "artist_ids": [
        "ba0257f5-ceb9-4962-8759-4160f3e3e469"
    ],
    "album": "Disappeared",
    "release_id": "83d128fd-9db5-4fd0-9aa0-8423a851d51e",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "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"
}