Information about plays

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

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

{
    "id": 501664,
    "uri": "https://api.kexp.org/v2/plays/501664/?format=api",
    "airdate": "2001-12-29T12:17:00-08:00",
    "show": 8615,
    "show_uri": "https://api.kexp.org/v2/shows/8615/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sNfuNPKcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sNfuNPKcL._SL75_.jpg",
    "song": "The Egg",
    "track_id": "7f094f26-dbd5-4b0f-a882-7aed2cc9f81d",
    "recording_id": null,
    "artist": "Shiner",
    "artist_ids": [
        "85e4c862-bafe-48a2-a7af-b87cc3d8a7f3"
    ],
    "album": "The Egg",
    "release_id": "2069f1ff-8fc5-42ea-834f-1d550a3ff776",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}