Information about plays

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

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

{
    "id": 441447,
    "uri": "https://api.kexp.org/v2/plays/441447/?format=api",
    "airdate": "2001-07-04T08:41:15-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL._SL75_.jpg",
    "song": "Don't You Remember?",
    "track_id": "a1928955-1ce4-4882-87c1-a01ebcf5caf6",
    "recording_id": null,
    "artist": "The Sound Magics",
    "artist_ids": [
        "7497afa7-b84b-4aaa-8639-4a08863f4ff9"
    ],
    "album": "Nuggets II: Original Artyfacts From the British Empire and Beyond, 1964-1969, Volume 3",
    "release_id": "d74ae86e-2969-4cc5-a408-7c6ad9c42dbd",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-07-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}