Information about plays

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

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

{
    "id": 414492,
    "uri": "https://api.kexp.org/v2/plays/414492/?format=api",
    "airdate": "2001-03-04T17:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JqrlxvL0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JqrlxvL0L._SL75_.jpg",
    "song": "Compressed Light (Black Science Orchestra Borg remix) (feat. Ashley Beedle)",
    "track_id": "bae7f085-2358-42ed-b849-73e857331b56",
    "recording_id": null,
    "artist": "P'taah",
    "artist_ids": [
        "9c99c5d2-1fe9-4a3f-9661-432603aedafe"
    ],
    "album": "De'compressed",
    "release_id": "ef44c4a2-4af9-4ce2-9b00-bb9c2c3999e4",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}