Information about plays

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

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

{
    "id": 488940,
    "uri": "https://api.kexp.org/v2/plays/488940/?format=api",
    "airdate": "2001-11-21T14:47:00-08:00",
    "show": 8370,
    "show_uri": "https://api.kexp.org/v2/shows/8370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DEHRD1HTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DEHRD1HTL._SL75_.jpg",
    "song": "Moment at a Red Light",
    "track_id": "75137643-5a37-4512-a2ab-5f528be26af5",
    "recording_id": null,
    "artist": "Sumack",
    "artist_ids": [
        "5d4d5ff6-bb94-4686-bcd1-a399b856727a"
    ],
    "album": "Now Hear This",
    "release_id": "e25cc041-3e37-4163-95e0-66a76138d1ac",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}