Information about plays

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

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

{
    "id": 530126,
    "uri": "https://api.kexp.org/v2/plays/530126/?format=api",
    "airdate": "2002-03-22T20:30:39-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QP4AFS9KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QP4AFS9KL._SL75_.jpg",
    "song": "We're Coming in Loaded",
    "track_id": "ebeabdf9-be67-4328-9d4e-38f26e9f83c9",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Kid Galahad / Girls! Girls! Girls!",
    "release_id": "19d833f3-f152-4508-8af4-5e3be0199399",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}