Information about plays

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

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

{
    "id": 486997,
    "uri": "https://api.kexp.org/v2/plays/486997/?format=api",
    "airdate": "2001-11-15T17:28:14-08:00",
    "show": 8329,
    "show_uri": "https://api.kexp.org/v2/shows/8329/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c%2B1-igzFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c%2B1-igzFL._SL75_.jpg",
    "song": "Ode #1a",
    "track_id": "a1801e81-418f-45bc-b7dd-67202553b857",
    "recording_id": null,
    "artist": "Will Oldham",
    "artist_ids": [
        "eb51090c-662a-47a1-967c-c63292d9831a"
    ],
    "album": "Ode Music",
    "release_id": "5b1eccd6-058a-436b-8f20-e98de7dac793",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2000-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}