Information about plays

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

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

{
    "id": 1257715,
    "uri": "https://api.kexp.org/v2/plays/1257715/?format=api",
    "airdate": "2007-07-22T11:50:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down Home Girl",
    "track_id": "0fefaac3-5c87-4dbe-87ad-0186a761e35d",
    "recording_id": null,
    "artist": "The Coasters",
    "artist_ids": [
        "c174f353-4666-4dfb-af54-5cc70b8afd55"
    ],
    "album": "...King Funk",
    "release_id": "daf6923e-1567-489f-8506-970edb57b5f3",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}