Information about plays

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

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

{
    "id": 490150,
    "uri": "https://api.kexp.org/v2/plays/490150/?format=api",
    "airdate": "2001-11-25T04:00:00-08:00",
    "show": 8394,
    "show_uri": "https://api.kexp.org/v2/shows/8394/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eZLRsmh2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eZLRsmh2L._SL75_.jpg",
    "song": "The Blood, the Sweat, the Tears",
    "track_id": "42df84ca-1723-4425-bb76-834d40226855",
    "recording_id": null,
    "artist": "Machine Head",
    "artist_ids": [
        "22a1f4d7-81ff-4216-ac06-3387da6bc118"
    ],
    "album": "The Burning Red",
    "release_id": "8dc7f666-86aa-4476-84f0-a44b887f08f4",
    "release_group_id": null,
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1999-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}