Information about plays

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

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

{
    "id": 2675154,
    "uri": "https://api.kexp.org/v2/plays/2675154/?format=api",
    "airdate": "2019-12-19T01:24:19-08:00",
    "show": 46179,
    "show_uri": "https://api.kexp.org/v2/shows/46179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groovin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Space Ghost",
    "artist_ids": [],
    "album": "The Second Best Time Is Now",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New mini-compilation of soul, funk and R&B cuts from Copenhagen label Tartelet - https://tarteletrecords.bandcamp.com/album/the-second-best-time-is-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}