Information about plays

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

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

{
    "id": 343128,
    "uri": "https://api.kexp.org/v2/plays/343128/?format=api",
    "airdate": "2019-06-18T21:18:56-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b49d739-d537-4c0b-a3d1-9ff212da574e/4645129432-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Run Away",
    "track_id": "5fd2c8d7-2986-33f1-a1b5-6e11bb06c5fb",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Wakin on a Pretty Daze",
    "release_id": "3b49d739-d537-4c0b-a3d1-9ff212da574e",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Vile will be back in WA for the first annual THING Festival in Port Townsend Aug 24-25. Buy tickets and see the full lineup at https://www.stgpresents.org/calendar/4868/thing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}