Information about plays

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

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

{
    "id": 487746,
    "uri": "https://api.kexp.org/v2/plays/487746/?format=api",
    "airdate": "2001-11-18T00:08:34-08:00",
    "show": 8348,
    "show_uri": "https://api.kexp.org/v2/shows/8348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/115ZP5XJF3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/115ZP5XJF3L._SL75_.jpg",
    "song": "There Is No Greater Love",
    "track_id": "ff750e5b-882a-4742-8c9f-795b988fff39",
    "recording_id": null,
    "artist": "McCoy Tyner",
    "artist_ids": [
        "22fe7b6f-af38-458e-87bd-8971e7a2912e"
    ],
    "album": "Inception",
    "release_id": "80e51de3-ba2a-4014-b83c-262250bf7a46",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}