Information about plays

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

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

{
    "id": 497290,
    "uri": "https://api.kexp.org/v2/plays/497290/?format=api",
    "airdate": "2001-12-16T09:08:34-08:00",
    "show": 8533,
    "show_uri": "https://api.kexp.org/v2/shows/8533/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NVE6C3VCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NVE6C3VCL._SL75_.jpg",
    "song": "In the Evening",
    "track_id": "b58335eb-222a-4224-95a6-41196beb8d04",
    "recording_id": null,
    "artist": "Sonny Terry & Brownie McGhee",
    "artist_ids": [
        "b95e98f2-5511-4dc9-a089-444af424d74d"
    ],
    "album": "Absolutely the Best",
    "release_id": "6799c957-9af3-44ff-9d25-f3175a6328e2",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "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"
}