Information about plays

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

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

{
    "id": 1274865,
    "uri": "https://api.kexp.org/v2/plays/1274865/?format=api",
    "airdate": "2007-09-03T19:38:53-07:00",
    "show": 22316,
    "show_uri": "https://api.kexp.org/v2/shows/22316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4110H7CWHAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4110H7CWHAL._SL75_.jpg",
    "song": "Nor Weigh Me Lek Dat (Woman to Woman)",
    "track_id": "6c954106-58ad-413c-b540-0e937deb3044",
    "recording_id": null,
    "artist": "S.E. Rogie",
    "artist_ids": [
        "b4b747f3-6248-4ac0-92f2-3ee0b37e1ab3"
    ],
    "album": "Dead Men Don't Smoke Marijuana",
    "release_id": "44d97292-9a7e-485b-a10b-d80f679fb8da",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "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"
}