Information about plays

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

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

{
    "id": 2681672,
    "uri": "https://api.kexp.org/v2/plays/2681672/?format=api",
    "airdate": "2020-01-03T16:19:54-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4f39274-020a-4e6c-adec-627772ee44f0/19170079880-250.jpg",
    "thumbnail_uri": "",
    "song": "Rage of Plastics",
    "track_id": "15b7f74a-60c9-4794-9632-1ba212e70339",
    "recording_id": null,
    "artist": "U.S. Girls",
    "artist_ids": [
        "036912f5-c717-498d-8958-6058de17bb70"
    ],
    "album": "In a Poem Unlimited",
    "release_id": "c4f39274-020a-4e6c-adec-627772ee44f0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}