Information about plays

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

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

{
    "id": 456030,
    "uri": "https://api.kexp.org/v2/plays/456030/?format=api",
    "airdate": "2001-08-15T18:18:27-07:00",
    "show": 7721,
    "show_uri": "https://api.kexp.org/v2/shows/7721/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PJQSBCRFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PJQSBCRFL._SL75_.jpg",
    "song": "I Never Go Around Mirrors",
    "track_id": "b917c72d-8bea-4e8c-b638-9942c357dccb",
    "recording_id": null,
    "artist": "Lefty Frizzell",
    "artist_ids": [
        "bc1c9fba-bb4a-4f4a-91d2-ecf891376434"
    ],
    "album": "That's the Way Love Goes",
    "release_id": "83656883-222d-4b98-b953-876a14dd079a",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}