Information about plays

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

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

{
    "id": 344115,
    "uri": "https://api.kexp.org/v2/plays/344115/?format=api",
    "airdate": "2019-06-20T20:47:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leap",
    "track_id": "553ecb94-c263-39fa-b5a0-a3a8b7972c93",
    "recording_id": null,
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Welcome Joy",
    "release_id": "b344ad9c-90e6-49f0-a9f8-fffe8484f3a8",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "2009-08-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "playing the Summer Solstice Festival at the Guemes Island General Store this Sat. June 22nd with Smokey Brights and a bunch of other bands!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}