Information about plays

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

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

{
    "id": 2677457,
    "uri": "https://api.kexp.org/v2/plays/2677457/?format=api",
    "airdate": "2019-12-24T07:06:05-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bc68c13-9746-411b-a668-d67ed315d0b5/18340442271-250.jpg",
    "thumbnail_uri": "",
    "song": "Deadly Valentine",
    "track_id": "482a8d00-2888-4cef-a52d-16ab11b8469b",
    "recording_id": null,
    "artist": "Charlotte Gainsbourg",
    "artist_ids": [
        "6efa29c6-9995-48e0-9eaf-3809464a39a7"
    ],
    "album": "Rest",
    "release_id": "6bc68c13-9746-411b-a668-d67ed315d0b5",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2017-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charlotte Gainsbourg is an English-French actress and singer. She is the daughter of English actress Jane Birkin and French singer and songwriter Serge Gainsbourg.\nhttps://en.wikipedia.org/wiki/Charlotte_Gainsbourg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}