Information about plays

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

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

{
    "id": 502638,
    "uri": "https://api.kexp.org/v2/plays/502638/?format=api",
    "airdate": "2002-01-01T15:55:00-08:00",
    "show": 8638,
    "show_uri": "https://api.kexp.org/v2/shows/8638/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TZ59J1JNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TZ59J1JNL._SL75_.jpg",
    "song": "Forklift",
    "track_id": "1fc4ed23-0e18-48e1-84b7-21c293f1f16e",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Westing (By Musket and Sextant)",
    "release_id": "da7a8255-7049-4e92-aa71-d17e2f26ee50",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1993-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}