Information about plays

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

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

{
    "id": 458899,
    "uri": "https://api.kexp.org/v2/plays/458899/?format=api",
    "airdate": "2001-08-23T20:27:00-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415X9HYQDAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415X9HYQDAL._SL75_.jpg",
    "song": "I'm Troubled (live)",
    "track_id": "bafc0e73-2c04-45d6-ba0c-416cd5a04e5c",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Gogitchyershinebox",
    "release_id": "cdbf4b44-6da3-408f-812e-5d1396d150f9",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}