Information about plays

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

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

{
    "id": 442150,
    "uri": "https://api.kexp.org/v2/plays/442150/?format=api",
    "airdate": "2001-07-06T07:36:40-07:00",
    "show": 7460,
    "show_uri": "https://api.kexp.org/v2/shows/7460/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yQNhpHwoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yQNhpHwoL._SL75_.jpg",
    "song": "Her Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Marques Wyatt",
    "artist_ids": [
        "9e421689-7de7-4d81-ab70-b5f90360eb38"
    ],
    "album": "Sound Design v1",
    "release_id": "0a4afa53-48e4-4464-9231-2f45911e7264",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2000-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}