Information about plays

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

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

{
    "id": 492671,
    "uri": "https://api.kexp.org/v2/plays/492671/?format=api",
    "airdate": "2001-12-02T20:18:56-08:00",
    "show": 8447,
    "show_uri": "https://api.kexp.org/v2/shows/8447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ww20uv2TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ww20uv2TL._SL75_.jpg",
    "song": "A Better Place (M.I.S.T. remix)",
    "track_id": "ad49aa2e-ea54-439d-8340-de785ccf3d71",
    "recording_id": null,
    "artist": "4hero",
    "artist_ids": [
        "3d05eb8b-1644-4143-9a61-b28e33c4d85f"
    ],
    "album": "Freaky Flow With MC Flipside: Keep It Live",
    "release_id": "e114680d-4e0c-4980-ada0-75830d4d34a7",
    "release_group_id": null,
    "labels": [
        "Reinforced"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}