Information about plays

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

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

{
    "id": 425515,
    "uri": "https://api.kexp.org/v2/plays/425515/?format=api",
    "airdate": "2001-05-17T21:00:00-07:00",
    "show": 7139,
    "show_uri": "https://api.kexp.org/v2/shows/7139/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lT0Nk9M9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lT0Nk9M9L._SL75_.jpg",
    "song": "Echo",
    "track_id": "e945bd2c-9ef6-4831-9daa-9429fd7fcfb8",
    "recording_id": null,
    "artist": "Sweet Honey in the Rock",
    "artist_ids": [
        "28b6ce62-5e14-443c-80b4-ebb8e04936e1"
    ],
    "album": "Good News",
    "release_id": "d57e8f58-2ced-4730-af84-1528d05fa85b",
    "release_group_id": null,
    "labels": [
        "Flying Fish"
    ],
    "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"
}