Information about plays

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

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

{
    "id": 502170,
    "uri": "https://api.kexp.org/v2/plays/502170/?format=api",
    "airdate": "2001-12-31T05:15:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL._SL75_.jpg",
    "song": "Tribal",
    "track_id": "574ee616-c3ff-46fe-9f12-50bbec8e66f2",
    "recording_id": null,
    "artist": "Badmarsh & Shri",
    "artist_ids": [
        "6faf0844-7fe3-4021-9ffe-e0ecccd517ec"
    ],
    "album": "Signs",
    "release_id": "cb820cb9-3fe0-4bfb-bb89-e70f29349499",
    "release_group_id": null,
    "labels": [
        "Nūtone"
    ],
    "label_ids": [
        "ce733d6c-64c8-4d20-b8b8-8af95807e20c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}