Information about plays

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

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

{
    "id": 2674768,
    "uri": "https://api.kexp.org/v2/plays/2674768/?format=api",
    "airdate": "2019-12-18T04:29:57-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/4059f4c0-b8ab-4a57-a760-5f7f199df9fa/23885480559-250.jpg",
    "thumbnail_uri": "",
    "song": "Remember to Breathe",
    "track_id": "f2ca4a1e-bfe4-45a8-abbf-d329bec0b348",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Sound & Fury",
    "release_id": "4059f4c0-b8ab-4a57-a760-5f7f199df9fa",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saturday, May 2nd at The Gorge Amphitheatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}