Information about plays

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

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

{
    "id": 503010,
    "uri": "https://api.kexp.org/v2/plays/503010/?format=api",
    "airdate": "2002-01-02T17:55:00-08:00",
    "show": 8644,
    "show_uri": "https://api.kexp.org/v2/shows/8644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Swing",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Copeland",
    "artist_ids": [
        "dda28e24-42e8-4ef9-9f06-c12541cacbad"
    ],
    "album": "Johnny Copeland - Jungle Swing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}