Information about plays

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

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

{
    "id": 2679633,
    "uri": "https://api.kexp.org/v2/plays/2679633/?format=api",
    "airdate": "2019-12-29T15:45:45-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kingdom of Rain",
    "track_id": "56b4faa2-debb-4ed8-9076-d7c9ce21bb9b",
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Mind Bomb",
    "release_id": "e05e77f5-e287-45d3-96ca-5d74e8b78ec1",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sinead O'Connor is playing The Neptune in Seattle on Feb 4th! https://www.stgpresents.org/calendar/5227/sinead-o-connor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}