Information about plays

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

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

{
    "id": 2682461,
    "uri": "https://api.kexp.org/v2/plays/2682461/?format=api",
    "airdate": "2020-01-05T12:19:09-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snake",
    "track_id": "381471b9-498e-41a0-828a-0634470e6328",
    "recording_id": null,
    "artist": "Bodies On The Beach",
    "artist_ids": [
        "ac9fbd4b-9346-4138-8c26-460d46700e22"
    ],
    "album": "Ghost",
    "release_id": "205f9736-a27a-418e-b2d7-6f446064aa93",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-04",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "New solo project from Navid Eliot, who is one half of Planes on Paper. Sunset Tavern Friday January 24. https://www.bodiesonthebeach.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}