Information about plays

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

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

{
    "id": 2680690,
    "uri": "https://api.kexp.org/v2/plays/2680690/?format=api",
    "airdate": "2020-01-01T05:50:48-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/04ebf474-6351-4db2-8613-7baafed71232/23154500726-250.jpg",
    "thumbnail_uri": "",
    "song": "Daylight Matters",
    "track_id": "e54b8bcd-a84e-4630-9feb-c9bf2d0c54e9",
    "recording_id": null,
    "artist": "Cate Le Bon",
    "artist_ids": [
        "f2393e49-b791-46da-a6d7-1e9e60743405"
    ],
    "album": "Reward",
    "release_id": "04ebf474-6351-4db2-8613-7baafed71232",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Thursday, April 30th at The Neptune Theatre with Kurt Vile!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}