Information about plays

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

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

{
    "id": 508439,
    "uri": "https://api.kexp.org/v2/plays/508439/?format=api",
    "airdate": "2002-01-18T17:19: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/51Mkhv04QFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Mkhv04QFL._SL75_.jpg",
    "song": "Age of the Sun",
    "track_id": "dc4bb273-c4cd-4e64-ad58-ac8d9b1e7eb5",
    "recording_id": null,
    "artist": "The Sunshine Fix",
    "artist_ids": [
        "a050980a-ccb1-4d72-8ed9-a17d4cd07aad"
    ],
    "album": "Age of the Sun",
    "release_id": "92635d72-8313-43c6-8d41-e6094cdd3351",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}