Information about plays

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

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

{
    "id": 476045,
    "uri": "https://api.kexp.org/v2/plays/476045/?format=api",
    "airdate": "2001-10-13T16:46:40-07:00",
    "show": 8113,
    "show_uri": "https://api.kexp.org/v2/shows/8113/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11EMJPFVZXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11EMJPFVZXL._SL75_.jpg",
    "song": "Devoted to You",
    "track_id": "13b91ed9-c8cc-43d4-9a53-63ff2c6be220",
    "recording_id": null,
    "artist": "Rose Melberg",
    "artist_ids": [
        "1206e9c0-a650-4e2d-bd7c-6bc1ae260634"
    ],
    "album": "Portola",
    "release_id": "52854385-be88-4884-8eaa-31f6d66aa732",
    "release_group_id": null,
    "labels": [
        "Double Agent"
    ],
    "label_ids": [
        "f688c9e2-18a4-490d-9f3e-d76bef7a1b31"
    ],
    "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"
}