Information about plays

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

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

{
    "id": 508426,
    "uri": "https://api.kexp.org/v2/plays/508426/?format=api",
    "airdate": "2002-01-18T16:05:00-08:00",
    "show": 8750,
    "show_uri": "https://api.kexp.org/v2/shows/8750/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jvfuIpHmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jvfuIpHmL._SL75_.jpg",
    "song": "Sweeter Love",
    "track_id": "9f12ab7d-670a-49da-8f92-03735d987f9a",
    "recording_id": null,
    "artist": "Blue Six",
    "artist_ids": [
        "008a551c-926a-48ae-aabf-8527fbec8bc5"
    ],
    "album": "Beautiful Tomorrow",
    "release_id": "aa334c74-adc9-4e0b-bada-f716c5385489",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}