Information about plays

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

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

{
    "id": 494132,
    "uri": "https://api.kexp.org/v2/plays/494132/?format=api",
    "airdate": "2001-12-06T21:33:00-08:00",
    "show": 8472,
    "show_uri": "https://api.kexp.org/v2/shows/8472/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QNPbd4bAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QNPbd4bAL._SL75_.jpg",
    "song": "Dim Stars (The Boy in My Arms)",
    "track_id": null,
    "recording_id": null,
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "The Fun of Watching Fireworks",
    "release_id": "51bb5ce2-a787-4305-a9e6-918193224da4",
    "release_group_id": null,
    "labels": [
        "Emperor Jones Records"
    ],
    "label_ids": [
        "12e29a11-5c06-46b2-bbb8-8e57ddb05da8"
    ],
    "release_date": "1996-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}