Information about plays

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

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

{
    "id": 2679697,
    "uri": "https://api.kexp.org/v2/plays/2679697/?format=api",
    "airdate": "2019-12-29T19:54:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Touchy Touchy",
    "track_id": "8bc0b5dd-17d1-4f8f-9d98-b28e64626ef7",
    "recording_id": null,
    "artist": "Wildcookie",
    "artist_ids": [
        "0771f50a-1be9-4a45-989e-3cea761b1ce1"
    ],
    "album": "Cookie Dough",
    "release_id": "78c49f3a-d557-4629-955d-051d81e2641e",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2011-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}