Information about plays

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

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

{
    "id": 499353,
    "uri": "https://api.kexp.org/v2/plays/499353/?format=api",
    "airdate": "2001-12-22T02:04:00-08:00",
    "show": 8569,
    "show_uri": "https://api.kexp.org/v2/shows/8569/?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": "Diemman Noba Smoke Tafee (Dead Men Don't Smoke Marijuana)",
    "track_id": "7f6aab73-4538-4f9b-a663-46ce72df1f98",
    "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": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}