Information about plays

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

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

{
    "id": 375244,
    "uri": "https://api.kexp.org/v2/plays/375244/?format=api",
    "airdate": "2019-09-01T12:34:14-07:00",
    "show": 6247,
    "show_uri": "https://api.kexp.org/v2/shows/6247/?format=api",
    "image_uri": "http://coverartarchive.org/release/acc514e8-f397-41c2-946b-7062c5528355/13361572672-250.jpg",
    "thumbnail_uri": "",
    "song": "Katie I Know",
    "track_id": "62586c2c-d5bc-4596-bfba-8c0b3296750b",
    "recording_id": null,
    "artist": "Marissa Nadler",
    "artist_ids": [
        "06ae569e-0b5b-4cd7-aded-98c3ad743ca3"
    ],
    "album": "Strangers",
    "release_id": "acc514e8-f397-41c2-946b-7062c5528355",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2016-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nadler opens for Beth Orton and Mercury Rev at the Neptune on Wednesday October 9. https://www.marissanadler.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}