Information about plays

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

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

{
    "id": 347850,
    "uri": "https://api.kexp.org/v2/plays/347850/?format=api",
    "airdate": "2019-06-29T13:48:13-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Reflecting",
    "track_id": "f15c2995-82e2-44cd-9feb-0c34cec6ceba",
    "recording_id": null,
    "artist": "Maps",
    "artist_ids": [
        "0dcf7f6e-da64-4fa7-bc80-5950c55fa8d2"
    ],
    "album": "Colours. Reflect. Time. Loss.",
    "release_id": "4b1fce16-e04d-4ced-816a-0bc449ac76e5",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maps is Mercury Prize-nominated British composer/producer James Kenneth Chapman. \"Colours. Reflect. Time. Loss.,\" his fourth album, came out on May 10th. He said, \"I wanted to push everything to the limit with this record and explore new territory for Maps. The orchestral instrumentation and addition of other musicians and singers played a huge part in finding the purer and more human emotion I was searching for. I learnt the violin as I was growing up, so I'm glad it finally came in useful!\" Here's the video for \"Just Reflecting\": https://www.youtube.com/watch?v=RhR_jQ0eoZQ. Read the full length \n article here: https://bit.ly/302lW11.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}